home *** CD-ROM | disk | FTP | other *** search
/ com!online 2002 August / com! 2002.08.iso / software / GL6TRY&D / DATA1.CAB / PF_AppDir_Settings_TextMacros / CSS / CSSSource.macro
Encoding:
Text File  |  2002-03-28  |  161 b   |  10 lines

  1. ; CSS macros
  2.  
  3. selection    = %
  4.  
  5. a            '%a:link% { color: blue; }
  6. a:hover { color: red; }
  7. a:visited { color: green; }'
  8.  
  9. body        '%body% { background: white; }'
  10.